home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now 11 / CD-ROM Now MegaDisc 11 (1995-02).iso / discs / linux / finstall.bat < prev    next >
DOS Batch File  |  1994-11-01  |  893b  |  37 lines

  1. ECHO OFF
  2. CLS
  3. :START
  4. echo   Preparing to create 1.44 megabyte boot floppies for Plug and Play Linux
  5. echo             Please use the Cursor Keys to make a menu selection.
  6. \utils\DOMENUT \discs\linux\bootflop\INSTALL.MNU
  7. IF ERRORLEVEL  4 GOTO Exit
  8. IF ERRORLEVEL  3 GOTO boot_12
  9. IF ERRORLEVEL  2 GOTO boot_720
  10. IF ERRORLEVEL  1 GOTO readme
  11. GOTO START
  12. :readme
  13. \view \discs\linux\readme
  14. goto START
  15. :boot_12
  16. set FLOPPY=boot_12.flp
  17. goto DRIVES
  18. :boot_720
  19. set FLOPPY=boot_720
  20. goto DRIVES
  21. :DRIVES
  22. echo Setting up for %FLOPPY% floppy...
  23. \utils\DOMENUT \discs\linux\bootflop\DRIVES.MNU
  24. IF ERRORLEVEL 3 goto EXIT
  25. IF ERRORLEVEL 2 goto FLOPPYB
  26. IF ERRORLEVEL 1 goto FLOPPYA
  27. GOTO DRIVES
  28. :FLOPPYA
  29. format /q /v:linux a:
  30. \utils\rawrite \discs\linux\bootflop\%FLOPPY% A:
  31. goto EXIT
  32. :FLOPPYB
  33. format /q /v:linux b:
  34. \utils\rawrite \discs\linux\bootflop\%FLOPPY% B:
  35. goto EXIT
  36. :EXIT
  37. cls